From 4adff065f7f31dad62cb71fe9e3de8da2b5b6091 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 29 Jul 2012 18:56:18 +0200 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (HAVE_ENVIRON_DECL): New macro. --- nt/ChangeLog | 5 +++++ nt/config.nt | 3 +++ 2 files changed, 8 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 66c395fdb38..e5a7f865773 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-07-29 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (HAVE_ENVIRON_DECL): New macro. + 2012-07-29 Eli Zaretskii * inc/stdalign.h (_Alignas, alignas): Define. diff --git a/nt/config.nt b/nt/config.nt index d32ead3d9c0..dfb4f61ac80 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -339,6 +339,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `endpwent' function. */ #undef HAVE_ENDPWENT +/* Define if you have the declaration of environ. */ +#undef HAVE_ENVIRON_DECL + /* Define to 1 if you have the `euidaccess' function. */ #undef HAVE_EUIDACCESS -- 2.30.2